-
Notifications
You must be signed in to change notification settings - Fork 44
add -Werror #1071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
add -Werror #1071
Conversation
cscs-ci run default |
cscs-ci run default |
hmm, this doesn't help. Actually, pure gcc stops with errors. It's the spack gcc wrapper doing something under the hood with the flags. |
I can compile Where do you still get an error? |
@simonpintarelli my point is : even if you added |
I'm using gcc13 and the previously mentioned spec, these are the flags (
I just see the nvtx deprecation warning, no other warnings. Which gcc version are you using and which warnings are reported? I didn't check the debug build. |
cscs-ci run default |
Indeed, the spack compiler wrapper does remove -Werror by default. After changing the config we get the expected failure in the CI. |
ref. #1070